Solving 10385 - Duathlon (Ternary search)
[and.git] / 724 - Reverse / 724.cpp
bloba5dc6a90c2235ab92158abfa708addf63580884d
1 #include <iostream>
2 using namespace std;
4 int main(){
5 string s;
6 while (getline(cin, s)){
7 cout << "cout << \"" << s << "\" << endl;" << endl;
10 return 0;